home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Made with REALbasic™ / Database / db Reports 2.3 / Version History < prev   
Encoding:
Text File  |  2001-01-18  |  2.1 KB  |  60 lines

  1. 2.3
  2. - Added mySQL Support
  3. - UserID and Password now saved with report
  4. - Tab key now selects next object
  5. - ODBC source now asks for the name of the source instead of having user pick it (so the source name can be saved with the report)
  6. - # Formatting field added
  7. - Longer expressions are now acceptable
  8.  
  9.  
  10. 2.2
  11. - Fixed some connectivity problems with 4D and OpenBase.
  12. - Fixed problem with sorting.
  13. - Added Limit Records as a step in the New Report dialog.
  14. - Added Text menu
  15.  
  16.  
  17. 2.1.2
  18. - Fixed bug with improperly moving objects when scrolled.
  19. - Fixed bug with negative numbers in expressions.
  20.  
  21.  
  22. 2.1.1
  23. - Fixed bug with postgreSQL source selection.
  24. - Removed Primebase source... will be added back once it works properly.
  25. - Data source with no records no longer gives zero width fields in report generator.
  26. - Expressions can now properly contain a negative numeric constant.
  27.  
  28.  
  29. 2.1
  30. - When expressions are complied, tables are checked to see if they were included in the report.
  31. - When doing a Save As... the new file name properly shows in the window title bar.
  32. - When cancelling the New Report dialog, menus are properly updated.
  33. - Added Primebase as a data source
  34.  
  35.  
  36. 2.1a3
  37. - Expressions are now evaluated from left to right instead of right to left.
  38. - Mathematical and boolean expressions now follow proper order of operation.
  39. - Objects can now be selected and resized when window is scrolled.
  40. - Grid now shows properly when window sized past page size.
  41. - Added item about Expression Editor to manual.
  42. - Property window  properly shows what band an object belongs to when using custom bands.
  43. - Some internal changes.
  44. - Updated REALbasic objects.
  45.  
  46.  
  47. 2.1a2
  48. - Fully recursive expression evaluator. Now you can do math, string and logical functions
  49.    (math and logical order of operation not complete yet)
  50. - Redesigned the new report dialogs to be a single dialog
  51. - Better responsiveness
  52. - Scroll bars in editor window
  53. - Properly closes data source when editor window is closed.
  54. - Fixed bug with calculation fields in body, now resets on inner group break
  55. - Page buttons on the preview toolbar now disable themselves properly when appropriate
  56. - Manual updated for New Report dialog.
  57.  
  58.  
  59. 2.1a1
  60. - Internal release